-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New outfit tutorial #34
Conversation
…sary Thanks to IKennyAgain#1337 for this revelation and I feel like a goof for not realizing it sooner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I can tell everything seems to be good. I'm not really too sure if it's worth adding information about patching the starter package thing for offline mode support or not.
- Which character set to use | ||
- Name and description, which is for the disguise bags in the level | ||
|
||
There is also a brick called `globaldata`. This is a brick that the game always loads, and it includes important basic gameplay elements. This includes 47's starter outfits, any outfit you can go into a level with. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change this to "This includes 47's starter outfits and any outfit you can go into a level with." just to make it read a bit better.
|
||
## Extra Credit: Peacock Addon | ||
|
||
Your mod is finished now, if your goal was just to replace a suit with your own. But we can go the extra mile too, and add our suit to the game without replacing any others. This will only work if the mod user is playing on Peacock, however. Doing this will require modifying the repository and unlockables which won't do anything if we play on IOI's servers, as we mentioned earlier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth mentioning that this also works in offline mode
Edit: nvm that requires the starter package thing I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I didn't consider offline mode. Yeah that would be the purpose of the starter package patch. I already wrote it so I may as well reincorporate it slightly reworded.
Also alter some wording and a tip about checking globaldata if you can't find an outfit in the spreadsheet.
Seems good to me, will merge it |
Covers:
I think this is our longest yet clocking in at a little under 6800 words. Please give feedback if anything looks weird or I haven't explained something well enough. Brain mushy. Thanks.